Package | eu.ehds.models |
Resource Type | StructureDefinition |
Id | EHDSOrganisation |
FHIR Version | R5 |
Source | https://www.xt-ehr.eu/specifications/fhir/https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSOrganisation.html |
URL | https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganisation |
Version | 0.1.0 |
Status | draft |
Date | 2025-07-25T08:06:37+00:00 |
Name | EHDSOrganisation |
Title | Organisation model |
Description | EHDS refined base model for Health provider or any other type of organisation |
Type | https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganisation |
Kind | logical |
StructureDefinition | |
EHDSAdvanceDirective | Advance directive model |
EHDSDataSet | DataSet model |
EHDSDischargeReport | Discharge Report model |
EHDSDocument | Document model |
EHDSImmunisation | Immunisation model |
EHDSOrganisation | Organisation model |
StructureDefinition | |
EHDSAddress | Address model |
EHDSTelecom | Telecom model |
EHDSOrganisation | Organisation model |
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition EHDSOrganisation
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
![]() ![]() | 0..* | Base | Organisation model Instances of this logical model can be the target of a Reference | |
![]() ![]() ![]() | 0..* | Identifier | Identifier | |
![]() ![]() ![]() | 0..* | CodeableConcept | Type Binding Description: (preferred): HL7 organisation_type | |
![]() ![]() ![]() | 0..1 | string | Name | |
![]() ![]() ![]() | 0..* | EHDSAddress | Address | |
![]() ![]() ![]() | 0..* | EHDSTelecom | Telecom | |
![]() ![]() ![]() | 0..1 | Reference(Organisation model) | Part of | |
{ "resourceType": "StructureDefinition", "id": "EHDSOrganisation", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics", "valueCode": "can-be-target" } ], "url": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganisation", "version": "0.1.0", "name": "EHDSOrganisation", "title": "Organisation model", "status": "draft", "date": "2025-07-25T08:06:37+00:00", "publisher": "Xt-EHR", "contact": [ { "name": "Xt-EHR", "telecom": [ { "system": "url", "value": "http://Xt-EHR.eu" } ] } ], "description": "EHDS refined base model for Health provider or any other type of organisation", "fhirVersion": "5.0.0", "mapping": [ { "identity": "rim", "uri": "http://hl7.org/v3", "name": "RIM Mapping" } ], "kind": "logical", "abstract": false, "type": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganisation", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base", "derivation": "specialization", "snapshot": { "extension": [ { "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version", "valueString": "5.0.0" } ], "element": [ { "id": "EHDSOrganisation", "path": "EHDSOrganisation", "short": "Organisation model", "definition": "EHDS refined base model for Health provider or any other type of organisation", "min": 0, "max": "*", "base": { "path": "Base", "min": 0, "max": "*" }, "isModifier": false, "mapping": [ { "identity": "rim", "map": "n/a" } ] }, { "id": "EHDSOrganisation.identifier", "path": "EHDSOrganisation.identifier", "short": "Identifier", "definition": "Health provider organisation identifier", "min": 0, "max": "*", "base": { "path": "EHDSOrganisation.identifier", "min": 0, "max": "*" }, "type": [ { "code": "Identifier" } ] }, { "id": "EHDSOrganisation.type", "path": "EHDSOrganisation.type", "short": "Type", "definition": "Kind of organisation", "min": 0, "max": "*", "base": { "path": "EHDSOrganisation.type", "min": 0, "max": "*" }, "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "preferred", "description": "HL7 organisation_type" } }, { "id": "EHDSOrganisation.name", "path": "EHDSOrganisation.name", "short": "Name", "definition": "Health provider organisation name", "min": 0, "max": "1", "base": { "path": "EHDSOrganisation.name", "min": 0, "max": "1" }, "type": [ { "code": "string" } ] }, { "id": "EHDSOrganisation.address", "path": "EHDSOrganisation.address", "short": "Address", "definition": "Mailing and home or office addresses. The addresses are always sequences of address parts (e.g. street address line, country, postcode, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.", "min": 0, "max": "*", "base": { "path": "EHDSOrganisation.address", "min": 0, "max": "*" }, "type": [ { "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAddress" } ] }, { "id": "EHDSOrganisation.telecom", "path": "EHDSOrganisation.telecom", "short": "Telecom", "definition": "Telecommunication contact information (addresses) associated with a person, such as phone number, email, or messaging service. Multiple telecommunication addresses might be provided.", "min": 0, "max": "*", "base": { "path": "EHDSOrganisation.telecom", "min": 0, "max": "*" }, "type": [ { "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSTelecom" } ] }, { "id": "EHDSOrganisation.partOf", "path": "EHDSOrganisation.partOf", "short": "Part of", "definition": "The organisation of which this organisation forms a part", "min": 0, "max": "1", "base": { "path": "EHDSOrganisation.partOf", "min": 0, "max": "1" }, "type": [ { "code": "Reference", "targetProfile": [ "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganisation" ] } ] } ] }, "differential": { "element": [ { "id": "EHDSOrganisation", "path": "EHDSOrganisation", "short": "Organisation model", "definition": "EHDS refined base model for Health provider or any other type of organisation" }, { "id": "EHDSOrganisation.identifier", "path": "EHDSOrganisation.identifier", "short": "Identifier", "definition": "Health provider organisation identifier", "min": 0, "max": "*", "type": [ { "code": "Identifier" } ] }, { "id": "EHDSOrganisation.type", "path": "EHDSOrganisation.type", "short": "Type", "definition": "Kind of organisation", "min": 0, "max": "*", "type": [ { "code": "CodeableConcept" } ], "binding": { "strength": "preferred", "description": "HL7 organisation_type" } }, { "id": "EHDSOrganisation.name", "path": "EHDSOrganisation.name", "short": "Name", "definition": "Health provider organisation name", "min": 0, "max": "1", "type": [ { "code": "string" } ] }, { "id": "EHDSOrganisation.address", "path": "EHDSOrganisation.address", "short": "Address", "definition": "Mailing and home or office addresses. The addresses are always sequences of address parts (e.g. street address line, country, postcode, city) even if postal address formats may vary depending on the country. An address may or may not include a specific use code; if this attribute is not present it is assumed to be the default address useful for any purpose.", "min": 0, "max": "*", "type": [ { "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAddress" } ] }, { "id": "EHDSOrganisation.telecom", "path": "EHDSOrganisation.telecom", "short": "Telecom", "definition": "Telecommunication contact information (addresses) associated with a person, such as phone number, email, or messaging service. Multiple telecommunication addresses might be provided.", "min": 0, "max": "*", "type": [ { "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSTelecom" } ] }, { "id": "EHDSOrganisation.partOf", "path": "EHDSOrganisation.partOf", "short": "Part of", "definition": "The organisation of which this organisation forms a part", "min": 0, "max": "1", "type": [ { "code": "Reference", "targetProfile": [ "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganisation" ] } ] } ] } }